common gateway interface - traduzione in spagnolo
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

common gateway interface - traduzione in spagnolo

INTERFACE WHICH OFFERS A STANDARD PROTOCOL FOR WEB SERVERS TO EXECUTE PROGRAMS INSTALL
Common gateway interface; Cgi-bin; CGI script; CGI-bin; Cgi script; .cgi; Common Gateway Interface (CGI); Cgi bin; Cgi-bin/; RFC 3875
  • The official CGI logo from the spec announcement

Common Gateway Interface         
See: CGI
common gateway interface         
expression
interfaz m/f común de pasarela
Common Gateway Interface         
Interfaz de entrada común, Estandarte para enfocar el camino a través de los servidores HTTP a los programas y reservas de información en el INTERNET, CGI

Definizione

brújula
sust. fem.
1) Física. Barrita o flechilla imanada que puesta en equilibrio sobre un púa, señala siempre el Norte magnético.
2) Mar. Instrumento náutico usado para indicar el rumbo de la nave. Es una caja esférica, generalmente de bronce u otro material inoxidable, en cuyo interior se hallan dos círculos concéntricos; uno, fijo, que lleva señalada la dirección de la quilla del buque, y otro más pequeño, de cartón o de talco puesto en equilibrio sobre una púa, que tiene la rosa de los vientos; en su línea NS lleva adherida una flechilla imantada.
3) fig. Lo que sirve de guía.
sust. fem.
1) Instrumento para determinar las direcciones en la superficie terrestre.
2) Agujerito que sirve para precisar la puntería de la escopeta y que corresponde a lo que hoy se llama mira.
3) nombre prop. fem. Astronomía. Constelación austral.

Wikipedia

Common Gateway Interface

In computing, Common Gateway Interface (CGI) is an interface specification that enables web servers to execute an external program, typically to process user requests.

Such programs are often written in a scripting language and are commonly referred to as CGI scripts, but they may include compiled programs.

A typical use case occurs when a web user submits a web form on a web page that uses CGI. The form's data is sent to the web server within an HTTP request with a URL denoting a CGI script. The web server then launches the CGI script in a new computer process, passing the form data to it. The output of the CGI script, usually in the form of HTML, is returned by the script to the Web server, and the server relays it back to the browser as its response to the browser's request.

Developed in the early 1990s, CGI was the earliest common method available that allowed a web page to be interactive.